home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / usr_-_Usr_Files / BIN / CPP < prev    next >
Text File  |  1999-09-17  |  84b  |  5 lines

  1. #!/bin/bash -
  2. for i in /usr/lib/gcc-lib/i*86*linux*/*/cpp; do
  3.   exec "$i" "$@"
  4. done
  5.